Global Index
HTML5 JS API Index > DOM Tutorials & Specs

RelatedEventInit

Extends EventInit.

This type represents a collection of object properties and does not have an explicit JavaScript representation.

Properties
EventTarget?
relatedTarget
The relatedTarget attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to null. It represents the other event target that is related to the event.
Referenced by
RelatedEventRelatedEvent(...)